Cavern
Cavern4D
Cavernize
Debug
FilterInterfaces
Filters
Format
Common
Consts
Container
Decoders
Environment
FilterSet
Renderers
Transcoders
AudioDefinitionModelElements
ADMBlockFormat
ADMChannelFormat
ADMContent
ADMDialogueType
ADMObject
ADMPackFormat
ADMPackType
ADMProgramme
ADMStreamFormat
ADMStreamFormat(string, string, ADMTrackCodec, string, string, string)
ADMStreamFormat(XElement)
ChannelFormat
Deserialize(XElement)
Format
PackFormat
Serialize(XmlWriter)
TrackFormat
ADMTimeSpan
ADMTrack
ADMTrackCodec
ADMTrackFormat
ChannelAssignment
DialogueContentKind
MixedContentKind
NonDialogueContentKind
TaggedADMElement
AudioDefinitionModel
DolbyMetadata
EnhancedAC3Merger
Utilities
AudioFormat
AudioReader
AudioTrackReader
AudioWriter
BitDepth
EnhancedAC3Reader
LAFMode
LimitlessAudioFormatReader
LimitlessAudioFormatWriter
RIFFWaveReader
RIFFWaveWriter
SegmentedAudioReader
SegmentedAudioWriter
Helpers
QuickEQ
Remapping
SpecialSources
Spoofer
Utilities
Virtualizer
Atmosphere
AudioClip3D
AudioListener3D
AudioListener3DInspector
AudioSource3D
CavernizeRealtime
Channel
Clip
Environments
Jack
Listener
QualityModes
Rolloffs
SeatAdaptation
Source
class ADMStreamFormat
Merging of format information elements.
Visibility
Public
Extends
TaggedADMElement
Public functions
Constructor
ADMStreamFormat(string id, string name, ADMTrackCodec format, string channelFormat, string packFormat, string trackFormat)
Merging of format information elements.
Constructor
ADMStreamFormat(XElement source)
An ADM track format parsed from the corresponding XML element.
void
Deserialize(XElement source)
Read the values of an XML element into this object.
void
Serialize(XmlWriter writer)
Create an XML element about this object.
Public properties
string
ChannelFormat
Referenced channel format by ID.
ADMTrackCodec
Format
Coding of the track.
string
PackFormat
Referenced pack format by ID.
string
TrackFormat
Referenced track format by ID.